gtk-demo: Add an svg paintable demo
authorMatthias Clasen <mclasen@redhat.com>
Tue, 6 Oct 2020 19:12:09 +0000 (15:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 6 Oct 2020 19:12:09 +0000 (15:12 -0400)
commit5a9547da414bd11e678baf244aa26e48a7289800
treee55dcd1909a993685a0f7bdb30646bd7300847bc
parent25cbc1a15a028feb404405854add02974544c203
gtk-demo: Add an svg paintable demo

It is a little annoying that this demo will not show up
if we don't find librsvg, but I think showing how easy
this paintable is outweights the annoyance.
demos/gtk-demo/demo.gresource.xml
demos/gtk-demo/meson.build
demos/gtk-demo/org.gtk.gtk4.NodeEditor.Devel.svg [new file with mode: 0644]
demos/gtk-demo/paintable_svg.c [new file with mode: 0644]